Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(amazon q): display multiple diff patches #5812

Merged
merged 22 commits into from
Nov 20, 2024

Conversation

ntarakad-aws
Copy link
Contributor

adding functionality for selective transformation to allow for java 17 as source and display multiple diff patches for the user to accept/reject

@ntarakad-aws ntarakad-aws requested review from a team as code owners October 18, 2024 00:27
@ntarakad-aws ntarakad-aws marked this pull request as draft October 18, 2024 00:27
@ntarakad-aws ntarakad-aws changed the title allow jdk17 as source, display multiple diff patches feat(qct): allow jdk17 as source, display multiple diff patches Oct 18, 2024
@dhasani23 dhasani23 changed the title feat(qct): allow jdk17 as source, display multiple diff patches feat(amazon q): allow jdk17 as source, display multiple diff patches Oct 18, 2024
package-lock.json Outdated Show resolved Hide resolved
@ntarakad-aws ntarakad-aws force-pushed the selective_transform branch 3 times, most recently from 196539f to 2e253bf Compare October 23, 2024 18:12
@ntarakad-aws ntarakad-aws changed the title feat(amazon q): allow jdk17 as source, display multiple diff patches feat(amazon q): display multiple diff patches Oct 29, 2024
Copy link

github-actions bot commented Nov 1, 2024

  • This pull request implements a feat or fix, so it must include a changelog entry (unless the fix is for an unreleased feature). Review the changelog guidelines.
    • Note: beta or "experiment" features that have active users should announce fixes in the changelog.
    • If this is not a feature or fix, use an appropriate type from the title guidelines. For example, telemetry-only changes should use the telemetry type.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deleted changelog because we are going to merge this under a feature flag for now

@@ -401,6 +408,20 @@ export class GumbyController {
result: MetadataResult.Pass,
})
this.messenger.sendSkipTestsSelectionMessage(skipTestsSelection, message.tabID)
if (!isSelectiveTransformationReady) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: this is just a feature flag, waiting for our backend work to be ready, will merge with this flag until then

…ation assuming current download artifact workflow
…iewing and updated chat messaging with start transformation prompt
const fileAmount = 1
const workspaceFolder = await createTestWorkspace(fileAmount, { fileContent: '' })

await fs.writeFile(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our CI caught this block being duplicated, consider making a function like makeReadme(). This will not block the PR

@nkomonen-amazon nkomonen-amazon merged commit ac72bca into aws:master Nov 20, 2024
23 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants